Nevron.Nov.Diagram.Batches Namespace / NBatchDiagramItem<TItem> Class
Members
In This Topic
    NBatchDiagramItem<TItem> Class
    In This Topic
    The NBatchDiagramItem class represents a set of diagram items and serves as base class for more specialized batches
    Object Model
    NBatchDiagramItem<TItem> Class
    Syntax
    public abstract class NBatchDiagramItem<TItem> : NBatch<TItem> 
    where TItem: NDiagramItem
    Type Parameters
    TItem
    Remarks
    Before using a batch you must call the Build method, which takes only one parameter - the diagram items from which the batch must be built
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also